Name | Description | |
---|---|---|
CellMatrix<T> Constructor | Prevents a default instance of the public<T> class from being created. |
The following tables list the members exposed by CellMatrix<T>.
Name | Description | |
---|---|---|
CellMatrix<T> Constructor | Prevents a default instance of the public<T> class from being created. |
Name | Description | |
---|---|---|
ElementCount | Gets the total numbers of element(s) in the CellMatrix<T> | |
Item | Gets or sets a data item for the specified cell in the SparseMatrix. |
Name | Description | |
---|---|---|
Clear | Overloaded. Removes all items from the GrapeCity.CalcEngine.SparseMatrix<T>. | |
Clone | Clones this instance. | |
Copy | Copies a range of cells and pastes it into a range of cells at the specified location. | |
EnumerateNonEmptyItems | Loops through all non-empty items in the CellMatrix<T>. | |
EnumerateNonEmptyValues | Loops through all non-empty items in the CellMatrix<T>. | |
GetFlattenIndex | ||
GetNonEmptyItems | Copies a range of cells as a flatten array. | |
InsertColumns | Adds columns of cells after the specified column. | |
InsertRows | Adds rows of cells after the specified row. | |
IsAvailable | Overloaded. Gets a boolean value indicating whether there is at least one item. | |
Move | Moves a range of cells and pastes it into a range of cells at the specified location. | |
MoveRange | ||
NextNonEmptyColumnInRow | Searches for the next non-empty column in the specified row of CellMatrix<T> object. | |
NextNonEmptyRow | Searches for the next non-empty row in this CellMatrix<T> object. | |
PreviousNonEmptyColumnInRow | Searches for the previous non-empty column in the specified row of CellMatrix<T> object. | |
PreviousNonEmptyRow | Searches for the previous non-empty row in this CellMatrix<T> object. | |
RemoveColumns | Removes columns from the specified starting position. | |
RemoveRows | Removes rows from the specified starting position. | |
Swap | Swaps a range of cells and pastes it with another range of cells at the specified location. | |
TryGet | Gets the value associated with the specified cell. |